home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Speech Recognition Manager / SR Sample Code / Tiny SR Example / READ ME (tiny example)
Encoding:
Text File  |  1996-11-11  |  799 b   |  8 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. This folder contains two versions (one MPW C version and one CodeWarrior C version) of a very tiny application that uses speech recognition.  The application simply puts up a window listing a few phrases you can say, and then as you say any of those phrases, the spoken phrase will appear in the window.  
  4.  
  5. This code is not very good Macintosh code, but it illustrates a very simple use of the Speech Recognition Manager in an application.  
  6.  
  7. This application does not take advantage of a useful Speech Recognition Toolbox feature -- the ability to attache values -- refCons -- to phrases, so when a user speaks a phrase your application can immediately tell what was spoken.  Features like these are illustrated better in the Speakable Items Example that should accompany these smaller examples.
  8.